Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-797 | GEN001400 | SV-38944r1_rule | ECLP-1 | Medium |
Description |
---|
The /etc/security/passwd file contains the list of local system accounts. It is vital to system security and must be protected from unauthorized modification. Failure to give ownership of sensitive files or utilities to root or bin provides the designated owner and unauthorized users with the potential to access sensitive information or change the system configuration which could weaken the system's security posture. |
STIG | Date |
---|---|
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2016-06-01 |
Check Text ( C-28148r1_chk ) |
---|
Check the ownership of the /etc/security/passwd file. Procedure: # ls -lL /etc/security/passwd If the owner of this file is not root, this is a finding. |
Fix Text (F-32285r1_fix) |
---|
Change the ownership of the /etc/security/passwd file. # chown root /etc/security/passwd |